home *** CD-ROM | disk | FTP | other *** search
/ HamCall (October 1991) / HamCall (Whitehall Publishing)(1991).bin / amateur / hamnew / msysarc.exe / MSYS111.EXE / WHATSNEW.111 < prev    next >
Text File  |  1991-03-31  |  11KB  |  255 lines

  1. Changes from 1.10:
  2. [ITEM 1]
  3. ST sysop command has these new options:
  4.         RESET    - now clears forward abort msg as well as all counters
  5.         Channels - gives status for active channels only
  6.         Ints     - give counts of interrupts 
  7.         Stats    - gives port statistics
  8.  
  9. [ITEM 2]
  10. New options on MSYS command (typed at DOS prompt)
  11.         NOHEARD   - disables JK,JM,JD,JG,JB and JT recording. Saves 26,880 bytes
  12.         NONODE    - disables network node, saves 28,104 bytes
  13.         NORAMHDRS - stores msg hdrs on disk only, saves 136 bytes per possible
  14.                     msg. This can be quite slow if you have lots of msgs and
  15.                     no disk cache. Could be useful on 286 systems with cache
  16.                     in exTENded memory.
  17. Example: MSYS NOHEARD NONODE NORAMHDRS
  18.  
  19. [ITEM 3]
  20. New options on the lines in MSYSHOLD.DAT: 
  21. * at the beginning of the line makes it into a comment
  22. TEXT=filename operand on a line
  23. When specified, if other tests are met, the text and title of the msg will
  24. be compared with the contents of the given filename. If any of the words in
  25. the file match, the msg will be held. Case is ignored in the test.
  26. Example: TO=ALL TEXT=WORDLIST.1 would cause all messages going to ALL to
  27. be compared with the file WORDLIST.1. 
  28.         Put one phrase or word per line in the file, enclosed in
  29. either single or double quote marks. You may also put a number
  30. between 1 and 255 at the beginning of the line before the quoted
  31. phrase to assign a weight to the word. If no weight is given,
  32. the word or phrase gets a weight of 255.  Here is a sample file
  33. of words:
  34.  
  35. 'war'
  36. "900"
  37. "send check"
  38. 50 'send'
  39. 50 "check"
  40. "That's it"
  41.  
  42. If the sum of the weights of these "words" found in the title or
  43. msg text exceeds HOLdlevel (default 0) then the msg is held.
  44. NOTE: HOLdlevel is a new sysop command!
  45. Caution: 'war' would match an occurance of the word 'forWARd' in
  46. a msg. Its not a real problem as it just means the msg will be
  47. held not killed off.
  48.  
  49. [ITEM 4]
  50. New bbs command: CC allows sending a "Carbon Copy" of a given message to 
  51. other stations. Only the originator of the msg or the Sysop can do this for
  52. a given msg. Syntax is:
  53. CC msg# call1@BBS1; call2@bbs2 ...
  54. The @bbs parts are optional if the calls are users of your system. Example:
  55. cc 4725 k8eiw@wb8bii; no8m
  56. An alternate syntax for this command is:
  57. CC msg# <filename
  58. where filename does not include a file type (.DIS is automatically appended).
  59. This file contains tocalls (and optionally @BBS) of the stations that should
  60. get the copies. There is one call per line of the file. Example
  61. CC 3195 <locals
  62. The file LOCALS.DIS could contain
  63. k8eiw @ wb8bii
  64. NO8M
  65.  
  66. [ITEM 5]
  67. New sysop command: LOGclose
  68. This command closes the log file, renames it to form of yymmdd.LOG and then
  69. opens a new log file. 
  70.  
  71. [ITEM 6]
  72. Timed execution of commands has now been added to MSYS. You can create a file
  73. called MSYSTODO.DAT with commands and times they should be done. Wild cards
  74. can be specified for the times. Each line consists of a time (given as exactly
  75. 8 characters) followed by a space, and then the command to execute at the
  76. given time. The wildcard character is ? and they may only occupy positions
  77. in the left part of the time. The format of the time is MMDDhhmm where MM is
  78. the month number (1 to 12), DD is the day of the month (1 to at most 31),
  79. hh is the hour (0 to 23) and mm is the minute (0 to 59). Here are some time
  80. examples:
  81. MMDDhhmm (pattern)
  82. ???????? every minute
  83. ???????0 every 10 minutes (times that are like 00 10 20 etc for the minutes)
  84. ??????00 at the beginning of every hour
  85. ????1200 at noon every day
  86. ????0000 at midnight every day
  87. ???10000 at midnight of the 1st, 11th and 21st days of each month
  88. ??010400 at 4 am the first of every month
  89. 01010000 at the beginning of every year
  90.  
  91. You can also specify a day of the week in the DD field, in place of the day
  92. of the month. To do this you would put D# in the DD field (# is from 1 to
  93. 7 for Sunday to Saturday). Examples:
  94.  
  95. ??D11200 Every Sunday at noon
  96. 11D52300 At 11 PM on each Thursday in November
  97.  
  98. Thats how the times are set up, now here is a complete example of things that
  99. could go in MSYSTODO.DAT:
  100.  
  101. ????0000 nod sav
  102. ????1200 nod sav
  103. ??010000 log
  104. ??d10000 copy msys.usr msysusr.bak
  105. ???????0 dt
  106.  
  107. This file would save the network node list twice a day, make a new log file
  108. at the beginning of every month, make a backup of the user file every Sunday,
  109. and display the time and date every 10 minutes.
  110.  
  111. [ITEM 7]
  112. New sysop command HOLdlevel. Parameter is a number which if the sum of
  113. word weights matched in message exceeds the value the message is held.
  114. Because of this new command, the HOStname command now requires the 
  115. first 3 letters be used. 
  116.  
  117. [ITEM 8]
  118. Modem forwarding is now supported. In your forwarding file, you put a
  119. F#, R#, or P# line followed by the things to forward. The format of
  120. the F,R and P lines are identical except for the letter. This format
  121. is different from what would be used for packet forwarding and is
  122. as follows:
  123.  
  124. F# callsign phone# callword password
  125. where # is the port number, callsign is the call of the station you
  126. are forwarding to, phone number is the string to send to the modem to
  127. dial, callword is the reply to give to Call:, and password is the 
  128. reply to give to Password: (questions asked by the destination MSYS
  129. system when you call it). Example:
  130. F1 WA8BXN ATDP5551212 swiss normal
  131. Note: Everything is converted to upper case. Thus the station you are
  132. calling must have UPPER CASE values for your callword and password. 
  133. The station you are calling must be running 1.11 or higher. 
  134.  
  135. [ITEM 9]
  136. Modem activity is now monitored on the F2 screen.
  137.  
  138. [ITEM 10]
  139. The COpy and DELEte commands have been enhanced so they now understand
  140. directories and wildcards much like the corresponding DOS commands.
  141.  
  142. [ITEM 11]
  143. Device errors are now trapped by MSYS (you would previously get the
  144. Abort, Retry, Ignore? message). The first occurance of the error is
  145. given a response of retry, the second ignore. This will normally be
  146. caught by particular function being performed which will terminate
  147. with an error message, but MSYS should continue operation.
  148.  
  149. [ITEM 12] 
  150. If the disk is full when a message is sent to the system it will give
  151. a msg to the connection station that the disk is full and then disconnect.
  152.  
  153. [ITEM 13]
  154. The \Sysop command may now be typed /Sysop.
  155.  
  156. [ITEM 14]
  157. A new SYSOP (not bbs) command R # allows you to read a message in the MAIL.BAK
  158. directory (if it exists). Example:   
  159. cmd: R 12345
  160.  
  161. [ITEM 15]
  162. A new BBS command for sysop use only is R*. It allows you to read all
  163. held messages. After each is read you are prompted to enter H to continue
  164. to holding the message, K to kill, N to release as private, or $ to 
  165. release as a bulletin. 
  166.  
  167. [ITEM 16] 
  168. A new parameter can now be added at the end of the lines in MSYSPASS.MOD
  169. (after the "password"). If NETNODE (must be all caps) is given, then
  170. the caller will be connected to the network node instead of the BBS.
  171. Use this option with CAUTION! Here is a sample line:
  172. wombat poobear WA8BXN NETNODE
  173.  
  174. [ITEM 17]
  175. NETMax command documented in 1.10 is removed. 
  176.  
  177. [ITEM 18] 
  178. Users who send messages to stations without giving any @BBS or giving
  179. unknown @BBS are warned of the fact.
  180.  
  181. [ITEM 19]
  182. You can now forward directly through your own MSYS node (assuming it is
  183. properly activated). Here are some examples how to do it:
  184. F0 W8XYZ                {This is the station we are forwarding to,
  185.                          the number after F is not important}
  186. %W8XYZ                  {Do a network connect to W8XYZ - assuming W8XYZ
  187.                          is a BBS that is in our local node destination list}
  188. W8XYZ                   {stuff to forward to this bbs}
  189. -----
  190. F0 W8XYZ
  191. %W8XXX                  {connect to node W8XXX which is in our local dest list}
  192. .C W8XYZ                {normal node script continues here}
  193. +to
  194. ?busy
  195. W8XYZ
  196. -----
  197.  
  198. [ITEM 20]
  199. The output for the netnode U command has been reduced when just U is given
  200. as the command. To get the longer version of output, type U *
  201.  
  202. [ITEM 21]
  203. A new bbs command has been added, GX, which is the old G command but using
  204. the directory specified by the dos SET MSYS:GREPDIR=directoryname command.
  205. This means you can now have files that are searchable but not downloadable.
  206.  
  207. [ITEM 22]
  208. A new sysop command has been added WRecord (window record) which sends all
  209. output to a disk file. The command format is WRecord window#
  210. The first time use the command for a given window it begins recording 
  211. everything sent to that window in a file called windowN.dat where N is
  212. the window number. The second time you use the command for the same 
  213. window it turns off recording for that window. Using the command with 
  214. no operands displays the status of recording. NOTE: This function 
  215. produces a lot of disk output quickly. It can fill up your disk. It
  216. also slows down the system a fair amount due to all the disk writes.
  217. This command was added for debugging purposes and should not be used
  218. as a general purpose capture command. You can determine the window
  219. numbers by using the W? command. 
  220.  
  221. [ITEM 23]
  222. Changes have been made to the way *** LINKED TO is processed in the BBS
  223. to hopefully be more accomodating to other networking methods (texnet etc).
  224.  
  225. [ITEM 24] 
  226. Changes have been made to various MUTIL routines to improve processing.
  227. The routine that deletes old bids has been speeded up considerably. BE
  228. SURE TO USE THIS FUNCTION PERIODICALLY!
  229.  
  230. [ITEM 25] 
  231. Improved DRSI drivers are found on the second disk. More than 2 DRSI
  232. cards should be usable but each will still need its own interrupt. 
  233. Hopefully this restriction will be lifted in future versions. 
  234.  
  235. [ITEM 26]
  236. Those of you that are getting your copies of MSYS from Cleveland Hamnet
  237. might consider making a contribution to the sysop of the system to help
  238. pay the phone expenses. Who knows, if there are enough contributions
  239. another line might be added. Cleveland Hamnet is run by
  240. Dave Foran WB8APD
  241. 5439 Nan Linn Drive
  242. Willoughby, OH 44094
  243. If you download from some other system consider contributing to that
  244. system. 
  245.  
  246. Contributions to the MSYS project itself are always gratefully accepted
  247. as well. They can be sent to me (WA8BXN).
  248.  
  249. [ITEM 27] 
  250. If you are starting with version 1.11, be sure to read the file WHATSNEW.110.
  251. The MSYS110.DOC file has not been updated for version 1.11.
  252.  
  253.  
  254.  
  255.